TELTransferEstablish
Completes a supervised transfer by connecting the party to be transferred with the new destination party.
pascal TELErr TELTransferEstablish ( TELCAHandle hTELCA1, TELCAHandle hTELCA2);
hTELCA1
- A handle to the call appearance structure for the call to transfer. Provide the same handle that you passed to the
TELTransferPrep
function (page 4-35) in itshTELCA1
parameter.hTELCA2
- A handle to the call appearance structure for the new destination number. Provide the same handle that you passed to
TELTransferPrep
in itshTELCA2
parameter.- function result
- A result code.
DESCRIPTION
Before calling theTELTransferEstablish
function, you must have already called theTELTransferPrep
function (page 4-35). The state of the call appearance referenced byhTELCA2
must betelCAActiveState
. TheTELTransferEstablish
function completes the transfer by connecting the remote parties referenced byhTELCA1
andhTELCA2
.The call appearances you use for the transfer persist for varying amounts of time, depending on the telephone tool and the network switch. Your application need not be concerned with the differences. When your message handler gets a
telCAIdleMsg
message for a call appearance referenced byhTELCA1
orhTELCA2
, call theTELCADispose
function (page 4-52) to dispose of the call appearance structure.SEE ALSO
Use theTELTransferBlind
function (page 4-37) to accomplish a blind transfer.
Main | Top of Section | What's New | Apple Computer, Inc. | Find It | Feedback | Help